﻿.bannerSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: #fff;
}

.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #fff;
}

.box0 {
	background:#0490d3;
	color: #fff;
}

.box0 .form {
	width: 23%;
}

.box0 .form form {
	width: 90%;
	margin: 45px auto 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.box0 .form input.tex {
	width: 100%;
	line-height: 34px;
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0 70px 0 6px;
	box-sizing: border-box;
}

.box0 .form input.sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	line-height: 34px;
	background: rgb(239 110 53);
	color: #fff;
	text-align: center;
	padding: 0;
	border: none;
	margin: 0;
	cursor: pointer;
}

.box0 .text {
	width: 26%;
	text-align: right;
	padding: 28px 30px 0 0;
	box-sizing: border-box;
}

.box0 .text h2 {
	font-size: 24px;
	font-weight: 500;
}

.box0 .text p {
	font-size: 15px;
	margin-top: 12px;
}

.box0 .ul {
	width: 51%;
	border-left: 1px solid rgba(255, 255, 255, .4);
	border-right: 1px solid rgba(255, 255, 255, .4);
	box-sizing: border-box;
	padding: 24px 0;
}

.box0 .ul li {
	float: left;
	width: 20%;
	font-size: 16px;
	text-align: center;
}

.box0 .ul li span {
	display: block;
	width: 58px;
	margin: 0 auto 6px;
}

.sec1 .fl {
	width: 22%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec1 .fl .titl {
	background: url(../images/bg3.jpg) no-repeat top left;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 26px 0;
}

.sec1 .fl .titl h3 {
	font-size: 28px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.sec1 .fl .titl h3:before {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -55px;
	top: 50%;
	opacity: 0.9;
}

.sec1 .fl .titl h3:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: -55px;
	top: 50%;
	opacity: 0.9;
}

.sec1 .fl .titl p {
	font-size: 15px;
	opacity: 0.8;
}

.sec1 .fl li {
	margin: 10px;
}

.sec1 .fl li a {
	display: block;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background:#0490d3 url(../images/icon19.png) no-repeat right 6px center;
	background-size: 26px;
	padding: 0 20px;
	border-radius: 5px;
}

.sec1 .fr {
	width: 78%;
}

.sec1 .fr li {
	width: 33.33%;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.sec1 .fr li a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec1 .fr li p {
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #dedede;
}

.sec2 .tab {
	width: 69%;
}

.sec2 .dl {
	padding-top: 10px;
	overflow: hidden;
}

.sec2 dl {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sec2 dl a {
	display: block;
}

.sec2 dl dt {
	width: 46%;
	float: left;
}

.sec2 dl dd {
	width: 54%;
	float: right;
}

.sec2 dl:nth-child(2) dt {
	float: right;
}

.sec2 dl:nth-child(2) dd {
	float: left;
}

.sec2 dl dd a {
	padding: 40px 40px 0;
}

.sec2 dl dd a h3 {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 dl dd a b {
	display: block;
	width: 40px;
	height: 3px;
	background: #0490d3;
	margin: 12px 0;
}

.sec2 dl dd a p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sec2 dl dd a span {
	display: block;
	width: 120px;
	padding-left: 12px;
	box-sizing: border-box;
	line-height: 34px;
	background: url(../images/icon23.png) #0490d3 no-repeat right 6px center;
	background-size: 16px;
	color: #fff;
	margin-top: 20px;
	font-size: 15px;
	float: right;
}

.sec2 ul {
	width: 28%;
}

.sec2 li {
	margin-bottom: 20px;
}

.sec2 li a {
	display: block;
	background: #f3f3f3;
	border-radius: 6px;
	position: relative;
	padding: 0 40px 0 90px;
	font-size: 16px;
	line-height: 70px;
	overflow: hidden;
	transition: 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 li a span {
	display: block;
	width: 70px;
	background: url(../images/icon8.png) #0490d3 no-repeat center;
	background-size: 36px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.sec2 li a:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon7.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.sec2 li:nth-child(2) a span {
	background-image: url(../images/icon9.png);
}

.sec2 li:nth-child(3) a span {
	background-image: url(../images/icon10.png);
}

.sec2 li:nth-child(4) a span {
	background-image: url(../images/icon11.png);
}

.sec2 li.on a {
	background: #0490d3;
	color: #fff;
}

.sec2 li.on a:after {
	background-image: url(../images/icon7_h.png);
}

.sec2 li.on a span {
	border-right: 1px solid rgba(255, 255, 255, .4);
	box-sizing: border-box;
}

.sec3 {
	background: url(../images/about.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 40px;
	position: relative;
}

.sec3 .title {
	position: relative;
	margin: 50px 0 20px 0;
}

.sec3 .title h2 {
	font-size: 38px;
	font-family: "黑体";
}

.sec3 .title strong {
	display: block;
	font-size: 80px;
	color: #0490d3;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: -60px;
}

.sec3 .title h4 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 12px;
	display: inline-block;
	background: #d4561e;
	color: #fff;
	padding: 1px 8px;
	border-radius: 3px;
}

.sec3 .text {
	width: 40%;
	float: left;
	margin: 30px 0;
}

.sec3 .text p {
	line-height: 28px;
	margin-top: 12px;
	font-size: 15px;
	text-indent: 2em;
}

.sec3 .text a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #0490d3;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	float: right;
	font-size: 15px;
}

.sec3 .text a img {
	width: 16px;
	margin-top: -3px;
	margin-left: 3px;
}

.sec3 ul {
	float: right;
	width: 50%;
}

.sec3 ul li {
	overflow: hidden;
}

.sec3 ul li a {
	display: block;
	width: 50%;
	float: right;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 30px 24px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	box-sizing: border-box;
}

.sec3 ul li:nth-child(2) a:nth-child(2) {
	border-right: 1px solid rgba(255, 255, 255, .4);
	border-bottom: none;

}

.sec3 ul li a span {
	display: block;
	width: 60px;
	height: 60px;
	background: #0490d3;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	line-height: 60px;
}

.sec3 ul li a span img {
	width: 40px;
}

.sec3 ul li a h3 {
	font-size: 18px;
}

.sec3 ul li a strong {
	font-size: 32px;
	margin-right: 4px;
}

.sec3 ul li a p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	height: 90px;
}

.sec4 {
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding: 10px 0 10px;
}

.sec4 li {
	float: left;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

.sec4 li a {
	display: block;
}


.sec4 li a .text {
	padding: 30px;
	background: rgba(255, 255, 255, .4);
	background-size: cover;
	text-align: center;
}

.sec4 li a .text h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 li a .text b {
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: #0490d3;
	margin: 12px auto;
}

.sec4 li a .text p {
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 li a .text span {
	display: block;
	width: 120px;
	line-height: 30px;
	border: 2px solid #0490d3;
	text-align: center;
	color: #0490d3;
	margin: 20px auto 0;
	font-size: 15px;
}

.sec4 li a .text span img {
	width: 16px;
}

.sec4 li:hover a .text span {
	background: #0490d3 url(../images/icon23.png) no-repeat right 3px center;
	background-size: 16px;
	color: #fff;

}

.sec4 li:hover a .text span img {
	display: none;
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec5 li a {
	display: block;
}

.sec5 li a .pho {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.sec5 li a .pho:after {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background: url(../images/icon17.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.sec5 li a p {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 {
	background: #fafafa url(../images/bg6.jpg);
	overflow: hidden;
	background-size: cover;
}


.sec6 .ul2 li {
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec6 .ul2 li a {
	display: block;
	background-color: #ecfbf5;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec6 .ul2 li a .pho {
	position: relative;
	overflow: hidden;
}

.sec6 .ul2 li a .pho .dat {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 36px;
}

.sec6 .ul2 li a .pho span {
	display: inline-block;
	margin-left: 14px;
	line-height: 36px;
	font-size: 15px;
	text-align: center;
	color: #666;
	position: relative;
	z-index: 10;
}

.sec6 .ul2 li a .pho .dat:after {
	content: "";
	width: 130px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: -20px;
	bottom: -2px;
	transform: skew(-40deg);
	background-color: #ecfbf5;
	z-index: 1;
	border-radius: 4px;
}


.sec6 .ul2 li a .text {
	padding: 20px 30px;
}

.sec6 .ul2 li a .text h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .ul2 li a .text b {
	display: block;
	color: #0490d3;
	font-size: 15px;
	margin: 8px 0;
}

.sec6 .ul2 li a .text p {
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: 0.6;
}

.sec6 .ul1 li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	margin-top: 30px;
	box-sizing: border-box;
}

.sec6 .ul1 li a {
	display: block;
	padding: 15px;
	background: url(../images/bg1.jpg) no-repeat right bottom;
	background-size: cover;
}


.sec6 .ul1 li a h3 {
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	position: relative;
	padding-left: 24px;
	color: #444;
}

.sec6 .ul1 li a h3:after {
	content: "";
	width: 20px;
	height: 3px;
	background: #0490d3;
	position: absolute;
	left: 0px;
	top: 50%;
	border-radius: 2px;
}

.sec6 .ul1 li a span.tim {
	display: block;
	color: #777;
	margin-bottom: 12px;
}

.sec6 .ul1 li a p {
	font-size: 15px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #555;
}

.sec6 .ul1 li a b {
	display: block;
	width: 44px;
	opacity: 0.7;
	margin-top: 5px;
}

.sec6 .ul1 li a span.mor {
	display: block;
	color: #fff;
	width: 120px;
	line-height: 32px;
	padding-left: 10px;
	box-sizing: border-box;
	float: right;
	margin-top: -30px;
	background: url(../images/icon23.png) #0490d3 no-repeat right 6px center;
	background-size: 16px;
	border-radius: 3px;
	font-size: 15px;
}


@media all and (min-width:1024px) and (max-width:1600px) {
	.box0 .ul {
		padding: 20px 0
	}

	.sec1 .fl li:last-child {
		display: none;
	}

	.sec1 .fr li p {
		font-size: 16px;
	}

	.sec3 ul {
		width: 58%;
	}

	.sec2 li a span {
		width: 68px;
	}

	.sec2 li a {
		line-height: 60px;
		padding: 0 34px 0 78px;
	}

	.sec2 dl dd a {
		padding-top: 30px;
	}

	.sec2 dl dd a h3 {
		font-size: 20px;
	}

	.sec4 li a .text {
		padding: 22px 24px;
	}

	.sec4 li a .text span {
		border-width: 1px;
		width: 114px;
		font-size: 14px;
	}

	.sec4 li a .text span img {
		width: 14px;
	}

	.sec6 .ul2 li {
		padding: 0 14px;
	}

	.sec6 .ul2 li a .text {
		padding: 14px 18px;
	}
}


@media all and (min-width:1024px) and (max-width:1440px) {


	.sec3 ul li a span {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.sec3 ul li a span img {
		width: 32px;
	}

	.sec2 .tab {
		width: 70%;
	}

	.sec2 li a {
		line-height: 58px;
		padding-left: 70px;
	}

	.sec2 li a span {
		width: 58px;
		background-size: 32px;
	}

	.sec2 li a:after {
		width: 22px;
		height: 22px;
	}

	.sec5 li {
		padding: 0 14px;
	}

	.sec6 .ul1 li {
		padding: 0 14px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerSwiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
		font-size: 30px;
	}

	.box0 {
		padding: 20px
	}

	.box0 .form {
		width: 100%;
	}

	.box0 .form form {
		width: 100%;
		max-width: 400px;
		margin: 0px auto;
	}

	.box0 .form input.tex {
		line-height: 32px;
	}

	.box0 .form input.sub {
		line-height: 32px;
	}

	.box0 .text {
		display: none;
	}

	.box0 .ul {
		width: 100%;
		border: none;
		box-sizing: border-box;
		padding: 24px 0 0;
	}

	.box0 .ul li {
		font-size: 15px;
	}

	.box0 .ul li span {
		width: 48px;
	}

	.sec1 .fl {
		width: 100%;
		box-shadow: none;
	}

	.sec1 .fl .titl {
		display: none;
	}

	.sec1 .fl ul {
		overflow: hidden;
	}

	.sec1 .fl li {
		margin: 0;
		float: left;
		width: 50%;
		padding: 8px 10px;
		box-sizing: border-box;
	}

	.sec1 .fl li:last-child {
		display: none;
	}

	.sec1 .fl li a {
		line-height: 36px;
		font-size: 15px;
		background: #0490d3;
		padding: 0;
		text-align: center;
	}

	.sec1 .fr {
		width: 100%;
	}

	.sec1 .fr li {
		width: 50%;
		padding: 22px 10px 0px;
		margin-bottom: 0px;
	}

	.sec1 .fr li p {
		font-size: 15px;
		line-height: 38px;
	}

	.sec2 .tab {
		width: 100%;
	}

	.sec2 .dl {
		padding: 10px;
	}

	.sec2 dl dt {
		width: 100%;
		float: inherit;
		height: inherit !important;
	}

	.sec2 dl dd {
		width: 100%;
		float: inherit;
		height: inherit !important;
	}

	.sec2 dl:nth-child(2) dt {
		float: inherit;
	}

	.sec2 dl:nth-child(2) dd {
		float: inherit;
	}

	.sec2 dl dd a {
		padding: 20px 15px 60px;
	}

	.sec2 dl dd a h3 {
		font-size: 18px;
	}

	.sec2 dl dd a b {
		width: 31px;
		margin: 8px 0;
	}

	.sec2 dl dd a p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec2 dl dd a span {
		background: url(../images/icon23.png) #0490d3 no-repeat right 4px center;
		background-size: 15px;
		line-height: 30px;
		margin-top: 10px;
	}

	.sec2 ul {
		width: 100%;
		overflow: hidden;
	}

	.sec2 li {
		width: 50%;
		float: left;
		padding: 8px;
		box-sizing: border-box;
		margin-bottom: 0px;
	}

	.sec2 li a {
		border-radius: 5px;
		padding: 0;
		font-size: 15px;
		line-height: 40px;
		text-align: center;
	}

	.sec2 li a span {
		display: none;
	}

	.sec2 li a:after {
		display: none;
	}

	.sec2 li.on a {
		background: #0490d3;
		color: #fff;
	}

	.sec3 {
		margin-top: 20px;
	}

	.sec3 .title {
		margin: 30px 0 10px 0;
	}

	.sec3 .title h2 {
		font-size: 32px;
	}

	.sec3 .title strong {
		font-size: 60px;
		top: -30px;
	}

	.sec3 .title h4 {
		font-size: 14px;
		margin-top: 8px;
		padding: 1px 6px;
	}

	.sec3 .text {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		float: inherit;
		overflow: hidden;
		margin: 30px 0;
	}

	.sec3 .text p {
		line-height: 27px;
		margin-top: 10px;
		font-size: 14px;
	}

	.sec3 .text a {
		width: 114px;
		line-height: 32px;
		margin-top: 20px;
		font-size: 14px;
	}

	.sec3 .text a img {
		width: 15px;
	}

	.sec3 ul {
		display: none;
	}


	.sec4 {
		background: url(../images/bg4.jpg) no-repeat center;
		background-size: cover;
		padding: 10px 0 10px;
	}

	.sec4 li {
		width: 100%;
		padding: 10px;
		float: inherit;
	}

	.sec4 li a .text {
		padding: 30px 26px;
	}

	.sec4 li a .text h3 {
		font-size: 16px;
	}

	.sec4 li a .text b {
		width: 30px;
		margin: 10px auto;
	}

	.sec4 li a .text p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec4 li a .text span {
		width: 110px;
		line-height: 30px;
		margin: 14px auto 0;
		font-size: 14px;
	}

	.sec4 li a .text span img {
		width: 15px;
		margin-top: -3px;
	}

	.sec4 li:hover a .text span img {
		display: none;
	}

	.sec5 li {
		width: 50%;
		padding: 0 10px;
	}

	.sec5 li a .pho {
		border-radius: 8px;
	}

	.sec5 li a .pho:after {
		width: 40px;
		height: 40px;
	}

	.sec5 li a p {
		font-size: 15px;
		line-height: 40px;
	}

	.sec6 .ul2 li {
		width: 50%;
		padding: 10px 10px;
	}

	.sec6 .ul2 li a .pho {
		position: relative;
		overflow: hidden;
	}

	.sec6 .ul2 li a .pho .dat {
		width: 100px;
		height: 30px;
		font-size: 13px;
	}

	.sec6 .ul2 li a .pho span {
		line-height: 30px;
		font-size: 13px;
	}

	.sec6 .ul2 li a .pho .dat:after {
		width: 110px;
		height: 30px;
		line-height: 30px;
	}


	.sec6 .ul2 li a .text {
		padding: 10px 10px;
	}

	.sec6 .ul2 li a .text h3 {
		font-size: 15px;
	}

	.sec6 .ul2 li a .text b {
		font-size: 13px;
		margin: 6px 0;
	}

	.sec6 .ul2 li a .text p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec6 .ul1 li {
		width: 100%;
		float: inherit;
		margin-top: 20px;
		padding: 0 10px;
	}

	.sec6 .ul1 li a {
		padding: 15px;
		border-radius: 4px;
	}

	.sec6 .ul1 li a h3 {
		font-size: 16px;
	}

	.sec6 .ul1 li a span.tim {
		margin-bottom: 8px;
	}

	.sec6 .ul1 li a p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec6 .ul1 li a b {
		width: 40px;
	}

	.sec6 .ul1 li a span.mor {
		width: 110px;
		line-height: 30px;
		background: url(../images/icon23.png) #0490d3 no-repeat right 6px center;
		background-size: 15px;
		font-size: 14px;
	}

}